<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    color: #333;

       font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“", "Arial";
    font-size:14px;
    
    line-height: 28px;
 
    color: rgb(51, 51, 51);
     
 
}

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
}

input,
a,
img,
select {
    outline: none;
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

select {
    background: transparent;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

/*æ¸…é™¤æµ®åŠ¨*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}


.cl:after,.clearfix:after {clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.cl,.clearfix { zoom:1; }
footer{background:#f6f6f6}
.innerWrap {
    width: 80%;
    margin: 0 auto;
    
}

/*  */
.moTit {
    margin-bottom: 38px;
}

.moTit .moTit_en {
    font-style: inherit;
    font-size: 58px;
    line-height: 1;
    color: #1F368F;
    margin-bottom: 4px;
    text-transform: uppercase;
    display: block;
}

.moTit_en span {
    color: #1F368F;
    font-weight: 500;
    font-size: 62px;
    line-height: 1;
    display: block;
}

.moTit_cn {
    display: block;
    font-size: 46px;
    line-height: 1.4;
    color: #1F368F;
    font-weight: 400;
}


.moTit p {
    font-size: 17px;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.moTit.white em,
.moTit.white span,
.moTit.white h1,
.moTit.white p {
    color: #fff;
}

.moTit.center {
    text-align: center;
}

/*  */
.ysMore {
    margin-top: 89px;
    position: relative;
    padding-left: 38px;
    display: inline-block;
    z-index: 2;
}

.ysMore .more {
    display: inline-block;
    transition: cubic-bezier(0.215, .61, .355, 1) .45s;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.ysMore:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(31, 54, 143, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    z-index: -1;
    transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

@keyframes more1 {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(.7);
    }
}

@keyframes more2 {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

.ysMore:after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #1F368F;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -1px;
    transition: cubic-bezier(0.215, .61, .355, 1) .45s;
}

.ysMore:hover:before {
    width: 118%;
    border-radius: 30px;
}

.ysMore:hover .more {
    color: #fff;
}

.ysMore:hover:after {
    background: #fff;
}

.ysMore.white .more {
    color: #fff;
}

.ysMore.white:before {
    background: rgba(255, 255, 255, .3);
}

.ysMore.white:after {
    background: #fff;
}

.ysMore.sm:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.ysMore.sm:hover:before {
    width: 118%;
    border-radius: 30px;
}

/* åŠ¨ç”»æ•ˆæžœ */
.wgt-fade-animate {
    transform: scale(0.6) translateY(50px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6) translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

/*äº§å“å±•ç¤º*/


.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.in_title {
    position: relative;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.in_title:after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--colour1);
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}

.in_title span {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
}

#floor_4_main{padding: 60px 0;background:#f6f6f6;}
#floor_4_main .proCase{position:relative;margin-top: 40px;}
#floor_4_main .proCase .list{width: 100%;}
#floor_4_main .proCase .list li{position:relative;display:block;float:left;width:380px;height: 480px;margin-right: 27px;margin-bottom: 27px;border:1px solid #ddd;background:#fff;transition: all .5s;}
#floor_4_main .proCase .list li:nth-child(3n){margin-right: 0;}
#floor_4_main .proCase .list li a{display:block;padding:30px;padding-bottom:80px;}
#floor_4_main .proCase .list li a img{display:block;width:320px;height: 240px;}
#floor_4_main .proCase .list li .title{margin-top:20px;}
#floor_4_main .proCase .list li .tit{font-size:20px;color:#333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
#floor_4_main .proCase .list li .cont{margin-top:12px;font-size:14px;color:#333;transition: all .5s;}
#floor_4_main .proCase .list li .view_detail{position:absolute;bottom:30px;left:30px;display:block;width:120px;height:32px;font-size:14px;line-height:30px;text-align:center;background:#dc3a33;color:#fff;transition: all .5s;}
#floor_4_main .proCase .list li:hover{border-color: #dc3a33;background: #dc3a33;}
#floor_4_main .proCase .list li:hover .tit{color:#fff;}
#floor_4_main .proCase .list li:hover .cont{color: #fff;}
#floor_4_main .proCase .list li:hover .view_detail{background:#fff;color: #dc3a33;}
#floor_4_main .more{margin-top: 35px;}
#floor_4_main .more a{display: block;margin: auto;width: 250px;background: #fff;border: 1px solid #ccc;text-align: center;line-height: 48px;}
#floor_4_main .more a:hover{color: #fff;background: #dc3a33;border-color: #dc3a33}
/*å…¬å¸ç®€ä»‹*/

.about_list_tailong_21_10_40.bgcolor{background:#f6f6f6;background:}.about_list_tailong_21_10_40.bgpic{background:url() no-repeat;background-size:cover;background-position:center}.about_list_tailong_21_10_40{padding:40px 0px 40px 0}.about_list_tailong_21_10_40 h2{font-size:36px;color:#222222;color:}.about_list_tailong_21_10_40 p.desc{font-size:16px;color:#333333;color:}.about_list_tailong_21_10_40 .tailong-editor{margin-top:50px}@media (max-width:991px){.about_list_tailong_21_10_40{padding:60px 0 0 0px}.about_list_tailong_21_10_40 .tailong-editor{margin-top:40px}}@media (max-width:767px){.about_list_tailong_21_10_40{padding:50px 0px}.about_list_tailong_21_10_40 .tailong-editor{margin-top:30px}}.about_list_tailong_21_10_40 h1,.about_list_tailong_21_10_40 h2,.about_list_tailong_21_10_40 h3,.about_list_tailong_21_10_40 h4,.about_list_tailong_21_10_40 h5,.about_list_tailong_21_10_40 h6{font-size:100%;font-weight:normal}.about_list_tailong_21_10_40 .lh-fonts{font-family:'å®‹ä½“'}.about_list_tailong_21_10_40 .lh-about{position:relative;z-index:1}.about_list_tailong_21_10_40 .lh-about:before{content:'';display:block;width:1074px;height:615px;background:url("") no-repeat center;position:absolute;left:3vw;bottom:2%;z-index:-1}.about_list_tailong_21_10_40 .lh-about-h2{position:absolute;left:0;top:50%;padding-left:20px;max-width:170px;transform:translateY(-50%);font-size:30px;color:#222222;color:}.about_list_tailong_21_10_40 .lh-about-h2.text_y{width:calc(20px + 1em)}.about_list_tailong_21_10_40 .lh-about-h2:after{content:'';display:block;width:250%;height:1px;background:#dc3a33;background:;position:absolute;left:-150%;bottom:-20px}.about_list_tailong_21_10_40 .lh-about-main{width:1120px;margin:auto;padding:60px;position:relative}.about_list_tailong_21_10_40 .lh-about-l{width:500px}.about_list_tailong_21_10_40 .lh-about-main .text h2{font-size:26px;color:#dc3a33;color:;font-weight:bold;position:relative;display:inline-block}.about_list_tailong_21_10_40 .lh-about-main .text h2:after{content:'';display:block;width:100%;height:2px;background:#333333;background:;position:absolute;left:0;bottom:-5px;opacity:.2}.about_list_tailong_21_10_40 .lh-about-main .text h3{color:#222222;color:;font-size:12px;margin:10px 0 50px;position:relative}.about_list_tailong_21_10_40 .lh-about-main .text h3:after{content:'';display:block;width:34px;height:2px;background:#dc3a33;background:;position:absolute;left:0;bottom:-25px}.about_list_tailong_21_10_40 .lh-about-main .text h4{color:#333333;color:;line-height:24px}.about_list_tailong_21_10_40 .lh-about-main .text h5{text-align:right;margin-top:18px}.about_list_tailong_21_10_40 .lh-about-main:before{content:'';display:block;width:100%;height:10px;background:#dc3a33;background:;position:absolute;left:0;top:0}.about_list_tailong_21_10_40 .lh-about-main:after{content:'';display:block;width:100%;height:10px;background:#dc3a33;background:;position:absolute;right:0;bottom:0}.about_list_tailong_21_10_40 .lh-about-main .line:before{content:'';display:block;width:10px;height:100%;background:#dc3a33;background:;position:absolute;left:0;bottom:0}.about_list_tailong_21_10_40 .lh-about-main .line:after{content:'';display:block;width:10px;height:100%;background:#dc3a33;background:;position:absolute;right:0;top:0}.about_list_tailong_21_10_40 .lh-about-main .text h2,.about_list_tailong_21_10_40 .lh-about-main .text h3,.about_list_tailong_21_10_40 .lh-about-main .text h4,.about_list_tailong_21_10_40 .lh-about-main .text h5,.about_list_tailong_21_10_40 .lh-jour-h2,.about_list_tailong_21_10_40 .lh-jour-bd,.about_list_tailong_21_10_40 .lh-jour-btn{animation:lhFadeInUp linear 1s;animation-fill-mode:both}.about_list_tailong_21_10_40 .lh-about-main .text h5{text-align:right;margin-top:18px}.about_list_tailong_21_10_40 .lh-more{display:inline-block;width:130px;height:30px;line-height:30px;text-align:center;color:#dc3a33;color:;background:#ffffff;box-shadow:0 0 10px rgba(12,3,6,.13);position:relative;z-index:1}.about_list_tailong_21_10_40 .lh-more i{float:right;display:inline-block;width:30px;height:30px;line-height:30px;background:#dc3a33;background:;color:#ffffff;font-size:15px;transition:ease .65s;position:relative;z-index:1;margin-right:0}.about_list_tailong_21_10_40 .lh-more i:after{transition:ease-in .65s;content:'';display:block;width:0;height:100%;background:#fff;position:absolute;left:0;top:0;z-index:-1}.about_list_tailong_21_10_40 .lh-more:before{transition:ease-out .35s;content:'';display:block;width:0;height:100%;background:#dc3a33;background:;position:absolute;left:0;top:0;z-index:-1}.about_list_tailong_21_10_40 .lh-more:hover{color:#ffffff}.about_list_tailong_21_10_40 .lh-more:hover:before{width:100%}.about_list_tailong_21_10_40 .lh-more:hover i{color:#dc3a33;color:;transition-delay:.2s}.about_list_tailong_21_10_40 .lh-more:hover i:after{width:100%;transition-delay:.2s;transition-timing-function:cubic-bezier(0.52,1.64,0.37,0.66)}.about_list_tailong_21_10_40 .lh-about-main .text h2,.about_list_tailong_21_10_40 .lh-about-main .text h3,.about_list_tailong_21_10_40 .lh-about-main .text h4,.about_list_tailong_21_10_40 .lh-about-main .text h5,.about_list_tailong_21_10_40 .lh-jour-h2,.about_list_tailong_21_10_40 .lh-jour-bd,.about_list_tailong_21_10_40 .lh-jour-btn{animation:lhFadeInUp linear 1s;animation-fill-mode:both}.about_list_tailong_21_10_40 .lh-jour-h2{font-size:24px;color:#dc3a33;color:;position:relative;font-weight:bold;margin:25px 0 52px}.about_list_tailong_21_10_40 .lh-jour-hd{margin-left:-35px!important}.about_list_tailong_21_10_40 .lh-jour-hd li{float:left;font-size:24px;color:#dc3a33;color:;font-weight:bold;font-family:'å®‹ä½“';position:relative;margin-left:35px;margin-bottom:40px;position:relative;cursor:pointer;transition:ease .65s}.about_list_tailong_21_10_40 .tttt{color:#222222;color:;padding:10px 0}.about_list_tailong_21_10_40 .lh-jour-hd{border:none}.about_list_tailong_21_10_40 .swiper-navtab.swiper-container-horizontal .swiper-scrollbar-drag{background:#dc3a33;background:;opacity:0.8}.about_list_tailong_21_10_40 .swiper-scrollbar{background:rgba(255,255,255,0)}.about_list_tailong_21_10_40 ul,.about_list_tailong_21_10_40 dl,.about_list_tailong_21_10_40 li,.about_list_tailong_21_10_40 dt,.about_list_tailong_21_10_40 dd{list-style:none}.about_list_tailong_21_10_40 blockquote,.about_list_tailong_21_10_40 body,.about_list_tailong_21_10_40 button,.about_list_tailong_21_10_40 dd,.about_list_tailong_21_10_40 dl,.about_list_tailong_21_10_40 dt,.about_list_tailong_21_10_40 fieldset,.about_list_tailong_21_10_40 form,.about_list_tailong_21_10_40 h1,.about_list_tailong_21_10_40 h2,.about_list_tailong_21_10_40 h3,.about_list_tailong_21_10_40 h4,.about_list_tailong_21_10_40 h5,.about_list_tailong_21_10_40 h6,.about_list_tailong_21_10_40 hr,.about_list_tailong_21_10_40 input,.about_list_tailong_21_10_40 legend,.about_list_tailong_21_10_40 li,.about_list_tailong_21_10_40 ol,.about_list_tailong_21_10_40 p,.about_list_tailong_21_10_40 pre,.about_list_tailong_21_10_40 td,.about_list_tailong_21_10_40 textarea,.about_list_tailong_21_10_40 th,.about_list_tailong_21_10_40 ul{margin:0;padding:0}.about_list_tailong_21_10_40 .lh-jour-hd li:not(.on){opacity:.4}.about_list_tailong_21_10_40 .dn{display:none}.about_list_tailong_21_10_40 .lh-jour-bd{line-height:24px;color:#666;overflow:hidden;position:relative;position:relative}.about_list_tailong_21_10_40 .lh-jour-btn{position:relative;text-align:right;margin-top:35px}.about_list_tailong_21_10_40 .lh-jour-btn a{display:inline-block;width:30px;height:30px;border-radius:50%;border:2px solid #C87174;text-align:center;line-height:26px;color:#b72024;font-weight:bold}.about_list_tailong_21_10_40 .lh-jour-btn a i{font-size:18px}.about_list_tailong_21_10_40 .lh-jour-btn a:last-child{margin-left:20px}.about_list_tailong_21_10_40 .lh-jour-btn:after{content:'';display:block;width:100%;height:1px;background:#b72024;opacity:.2;position:absolute;left:0;top:-15px}.about_list_tailong_21_10_40 .lh-about-main .img{position:absolute;right:-180px;top:0%;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}.about_list_tailong_21_10_40 .lh-about-main:before{animation:lineWidth linear 1s}.about_list_tailong_21_10_40 .lh-about-main .line:after{animation:lineHeight linear 1s;animation-delay:1s;height:0;animation-fill-mode:both}.about_list_tailong_21_10_40 .lh-about-main:after{animation:lineWidth linear 1s;width:0;animation-delay:2s;animation-fill-mode:both}.about_list_tailong_21_10_40 .lh-about-main .line:before{animation:lineHeight linear 1s;animation-delay:3s;height:0;animation-fill-mode:both}.about_list_tailong_21_10_40 .lh-about-main .line:after{animation:lineHeight linear 1s;animation-delay:1s;height:0;animation-fill-mode:both}@keyframes lhImgRight{0%{transform:translateX(-100%) scale(1.2);opacity:0}50%{transform:translateX(0) scale(1.1);opacity:1}100%{transform:translateX(0) scale(1);opacity:1}}@keyframes lhFadeInRight{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes lhFadeInUp{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes lhFadeInDown{0%{transform:translateY(-100%);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes logoFade{0%{opacity:0;transform:translateY(-100%)}100%{opacity:100;transform:translateY(-50%)}}@keyframes logoWidth{0%{width:0}100%{width:250%}}@keyframes lineWidth{0%{width:0}100%{width:100%}}@keyframes lineHeight{0%{height:0}100%{height:100%}}.about_list_tailong_21_10_40 .lh-wapAbout-h2{display:none}.about_list_tailong_21_10_40 .lh-jour-hd li:after{content:'';display:block;width:0;height:2px;background:#dc3a33;background:;position:absolute;left:50%;bottom:-10px;transition:ease .65s}.about_list_tailong_21_10_40 .lh-jour-hd li.on:after{width:100%;left:0}.about_list_tailong_21_10_40 .lh-jour-hd li.sl{cursor:default}.about_list_tailong_21_10_40 img{max-width:80%}@media screen and (max-width:1024px){.about_list_tailong_21_10_40 .lh-about:before{width:100%}.about_list_tailong_21_10_40 .lh-wapAbout-h2{color:#222222;color:;text-align:center;font-size:30px;padding:20px 0;position:relative}.about_list_tailong_21_10_40 .lh-wapAbout-h2:after{content:'';display:block;width:10vw;height:1px;background:#dc3a33;background:;position:absolute;left:45%;bottom:10px}.about_list_tailong_21_10_40 .lh-about-h2{display:none}.about_list_tailong_21_10_40 .lh-wapAbout-h2{display:block;margin:auto}.about_list_tailong_21_10_40 .lh-mobile-banner,.about_list_tailong_21_10_40 .lh-footer.other .lh-wapAbout-h2{display:block}.about_list_tailong_21_10_40 .lh-banner,.about_list_tailong_21_10_40 .lh-about-main:before,.about_list_tailong_21_10_40 .lh-about-main:after,.about_list_tailong_21_10_40 .lh-about-main .line:before,.about_list_tailong_21_10_40 .lh-about-main .line:after{display:none}.about_list_tailong_21_10_40 .swiper-hd{position:inherit;width:100%!important;text-align:center;margin:30px 0;right:inherit}.about_list_tailong_21_10_40 .swiper-hd li{display:inline-block;margin:0 15px!important;width:35px;height:35px}.about_list_tailong_21_10_40 .swiper-hd li i{width:35px;height:35px;text-align:center;line-height:35px;font-size:18px}.about_list_tailong_21_10_40 .swiper-hd li:before{width:20px;height:1px;left:-25px;top:50%}.about_list_tailong_21_10_40 .swiper-hd li:last-child:after{width:20px;height:1px;right:-25px;top:50%;left:inherit}.about_list_tailong_21_10_40 .swiper-hd li span{display:block;background:none;width:30px!important;height:20px;line-height:20px;left:50%;top:40px;transform:translateX(-50%);margin-top:0}.about_list_tailong_21_10_40 .swiper-hd li span:after{opacity:1!important;color:#b72024!important;transform:translateX(0)!important;left:0!important;width:30px;text-align:center}.about_list_tailong_21_10_40 .lh-history-item li h3{line-height:24px;color:#888;margin-top:10px;height:100%}.about_list_tailong_21_10_40 .lh-about-main,.about_list_tailong_21_10_40 .lh-about-l{width:100%}.about_list_tailong_21_10_40 .lh-about-main{padding:0 10px}.about_list_tailong_21_10_40 .lh-about-main .text h2{font-size:18px;margin-top:20px;padding-bottom:10px}.about_list_tailong_21_10_40 .lh-about-main .text h2:after{opacity:1;height:1px}.about_list_tailong_21_10_40 .lh-about-main .text h3{display:none}.about_list_tailong_21_10_40 .lh-about-main .text h4{margin-top:20px}.about_list_tailong_21_10_40 .lh-about-main .img{position:inherit;right:inherit;top:inherit;transform:translateY(0);margin-top:20px;text-align:center;display:block;margin:auto;margin-top:20px}.about_list_tailong_21_10_40 .lh-about-main .img img{max-width:100%;box-shadow:0 0 13px rgba(100,91,91,.63)}.about_list_tailong_21_10_40 .lh-about-main .text h5{text-align:center}.about_list_tailong_21_10_40 .lh-jour-btn{text-align:center}.about_list_tailong_21_10_40 h5{text-align:center;margin-top:25px}}



/*ä¼˜åŠ¿*/
.homeYs {
    background-image: url(../images/messagebg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 315px;
    background-color: #f0f0f0;
    padding-top: 500px;
    clear: both;
    display: block;
 
}

.homeYs-main {
    position: relative;
    height: 100%;
}

.homeYs-main .tabBar {
    background-image: url(../images/tabBar-tit.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 186px;
    background-color: #dc3a33;
    width: 260px;
    position: absolute;
    right: 0;
    top: -320px;
    border-radius: 4px;
}

.homeYs-main .tabBar li a {
    display: block;
    height: 78px;
    border-bottom: 1px solid #cc322b;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 78px;
    position: relative;
    z-index: 0;
    font-weight: 600
}

.homeYs-main .tabBar li a:after {
    position: absolute;
    width: 260px;
    background-color: #323232;
    content: "";
    top: 0;
    right: 0;
    bottom: -1px;
    z-index: -1;
    border-left: 3px solid #ce332c;
    background-image: url(../images/hJt-right1.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    opacity: 0;
    transition: all .4s;
}

.homeYs-main .tabBar li:last-child a {
    border-bottom: 0;
}

.homeYs-main .tabBar li a:hover:after,.homeYs-main .tabBar .on a:after {
    opacity: 1;
    width: 290px;
}

.homeYs-main .main {
    width: 870px;
    height: 320px;
    overflow: hidden;
}

.homeYs-main .main li {
    height: 100%;
    overflow: hidden;
}

.homeYs-main .main .font {
    width: 350px;
    float: left;
    padding-left: 80px;
    position: relative;
    padding-top: 40px;
}

.homeYs-main .main .pic {
    float: right;
    width: 340px;
    height: 260px;
}

.homeYs-main .main .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.homeYs-main .main .font i {
    position: absolute;
    width: 52px;
    height: 63px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-style: normal;
    line-height: 63px;
    left: 0;
    top: 30px;
    background-image: url(../images/hNum-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.homeYs-main .main .font h5 {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 35px;
    position: relative;
}

.homeYs-main .main .font h5:after {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #282828;
    left: 0;
    content: "";
    bottom: -15px;
}

.homeYs-main .main .font h5 span {
    display: block;
    font-size: 12px;
    color: #999
}

.homeYs-main .main .font p {
    font-size: 14px;
    color: #666
}

.homeYs-main .tel {
    padding-left: 20px;
    font-size: 12px;
    color: #666666;
    background-image: url(../images/hTel-ico2.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
    bottom:50px;
    left: 80px;
}

.homeYs-main .tel span {
    font-size: 24px;
    font-weight: 600;
    color: #dc3a33
}


/*æ–°é—»åˆ—è¡¨*/

.newsList li {
    height: auto;
    color: #555;
    margin-bottom: 15px;
    padding: 20px;
    border-bottom: 1px solid #ccc
}

.newsList li .pic {
    display: block;
    overflow: hidden;
    width: 201px;
    height: 147px;
    margin-right: 20px;
}

.newsList li img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.newsList li h3 {
    font-size: 18px;
    font-weight: normal;
}

.newsList li h3 span {
    float: right;
    font-size: 12px;
}

.newsList li h3 a {
    color: #333;
    display: inline-block;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList li h3 a:hover {
    color: #dc3a33;
}

.newsList li p {
    margin-bottom: 10px;
    overflow: hidden;
    margin-top: 10px;
    height: 55px;
}

.newsList li .more {
    display: inline-block;
    width: 110px;
    height: 30px;
    font-size: 12px;
    border: 1px solid #b3b3b3;
    border-radius: 26px;
    line-height: 30px;
    text-align: center;
    transition: all .4s;
    margin-right: 10px;
}

.newsList li .more i {
    display: inline-block;
    width: 7px;
    height: 13px;
    background-image: url(../images/hProd-ico7.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-left: 10px;
}

.newsList li .more:hover {
    background-color: #dc3a33;
    border-color: #dc3a33;
    color: #fff;
}

.newsList li .more:hover i {
    background-image: url(../images/hProd-ico2.png);
}

.newsList li:hover img {
    transform: scale(1.1);
}


/*æ¡ˆä¾‹åˆ—è¡¨*/

.caseList{clear:both;display:block;overflow:hidden}

/*  æ¡ˆä¾‹ */
.caseList li {
    float: left;
    width: 275px;
    background: #fff;
    margin: 0 22px 25px 0;
    border: 1px solid #f4f4f4;
    padding: 9px 9px 0 9px;
    line-height: 22px;
    padding-bottom: 10px;
    background: #f4f4f4;
    border-bottom: 2px solid #ddd;
    overflow: hidden;
    position: relative;
}

.caseList li:before,.caseList li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #dc3a33;
    bottom: -2px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.caseList li:before {
    left: 0;
}

.caseList li:after {
    right: 0;
}

.caseList li:hover:before {
    width: 50%;
}

.caseList li:hover:after {
    width: 50%;
}

.caseList li a {
    color: #333
}

.caseList li .cImg {
    width: 255px;
    height: auto;
    display: block;
    overflow: hidden;
}

.caseList li img {
    width: 275px;
    height: auto;
    transition: all .5s;
}

.caseList li h5 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 1px solid #c6c6c6;
    margin-top: 8px;
    font-weight: normal;
    font-size: 14px;
    padding-top: 8px;
}

.caseList li:hover img {
    transform: scale(1.1,1.1);
}

.caseList li p {
    font-size: 12px;
}

.device h5,.solu h5 {
    text-align: center;
    font-size: 14px;
}


.wrap,.grWidth{width:1200px; margin:0 auto;}
/*ä¼˜åŠ¿*/
/*æ–°é—»*/
.fl{float:left}
.fr{float:right}

/*æ–°é—» */
.homeNews{background-color: #f6f6f6;padding:50px 0 0 0; overflow:hidden; display:block; clear:both}
.homeNews  .newsLeft{width: 760px;}
.homeNews .tab{background-color: #fff;height: 70px;border-radius: 4px;margin-bottom: 40px;overflow:hidden;}
.homeNews .tab a{display:block; }
.homeNews .tab .m{width: 190px;line-height: 70px;font-size: 24px;color: #333333;text-align: center;border-right: 1px solid #eeeeee;float: left;transition: all .4s;}
.homeNews .tab .m:hover,.homeNews .tab .on{background-color: #dc3a33;color: #fff;}
.homeNews .tab .more,.homeNews .top .more{float: right;background-image: url(../image/hMore-ico2.png);background-repeat: no-repeat;background-position: left center;padding-left: 16px;margin-right: 30px;margin-top: 25px;transition: all .4s;text-transform: uppercase;}
.homeNews .tab .more:hover,.homeNews .top .more:hover{color: #dc3a33}
.homeNews .main{height: 370px;overflow: hidden;}
.homeNews .box{overflow: hidden;height: 370px;}
.homeNews .hot{width: 348px;float: left;}
.homeNews .hot .pic{height: 255px;overflow: hidden;margin-bottom: 30px;position: relative;border-radius: 4px;}
.homeNews .hot .pic img{display: block;width: 100%;height: 100%;transition: all .4s;}
.homeNews .hot h5{font-size: 18px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;margin-bottom: 10px;transition: all .4s;}
.homeNews .hot p{font-size: 12px;color: #666666;height: 48px;overflow: hidden;}
.homeNews .hot .time{position: absolute;width: 70px;height: 70px;background: rgba(0,0,0,0.5);color: #fff;left: 0;top: 0;font-size: #ffffff;text-align: center;border-radius: 4px;transition: all .4s;}
.homeNews .hot .time b{font-size: 32px;font-weight: normal;display: block;padding-top:15px;}
.homeNews .hot:hover img{transform: scale(1.1);}
.homeNews .hot:hover .time{background-color: #dc3a33}
.homeNews .hot:hover h5{color: #dc3a33 }
.homeNews .list {width: 385px;float: right;}
.homeNews .list li{padding-left: 70px;padding-bottom: 26px;margin-bottom:26px;border-bottom: 1px dotted #b2b2b2;}
.homeNews .list li:last-child{border-bottom: 0}
.homeNews .list li .time{display: block;float: left;font-size: 12px;color: #999999;width: 70px;margin-left: -70px;}
.homeNews .list li .time b{font-size: 30px;color: #999999;display: block;}
.homeNews .list li h5{font-size: 16px;color: #333333;font-weight: normal;}
.homeNews .list li p{font-size: 12px;color: #666666;}
.homeNews .list li a:hover h5{color: #dc3a33 }
.homeNews .newsRight{width: 390px;}
.homeNews .newsRight .top{height: 70px;background-color: #fff;border-radius: 4px;overflow: hidden;margin-bottom: 30px;}
.homeNews .newsRight .top span{display: block;width: 190px;line-height: 70px;font-size: 24px;color: #fff;background-color: #dc3a33;text-align: center;float: left;}
.homeNews .newsRight .faq li {padding-left:50px; background-image: url(../image/hFqa-ico.png);left: 0;top:0;background-repeat: no-repeat;font-size: 12px;line-height: auto;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dotted #b2b2b2;}
.homeNews .newsRight .faq li h5{font-size: 16px;color: #191919;font-weight: normal;margin-bottom: 10px;}
.homeNews .newsRight .faq li:hover h5{color: #dc3a33}

/*æ–°é—»ç»“æŸ*/
/*æ»šåŠ¨ç›¸å†Œ*/

.index .pro_hot {
    padding: 350px 0 50px 0;
    background: #fff;
    clear: both;
    height: auto;
    overflow: hidden;
    
}

.index .pro_hot .w1200 {
    position: relative;
}

.index .pro_hot .bd {
    padding-top: 15px;
    overflow: hidden;
}

.index .pro_hot .list {
}

.index .pro_hot .list li {
    float: left;
    position: relative;
    padding: 0;
    padding-bottom: 0;
    margin-right: 35px;
    background: #fff;
}

.index .pro_hot .list li a {
    display: block;
}

.index .pro_hot .list li a .img {
    width: 280px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.index .pro_hot .list li a .img img {
    max-width: 100%;
    height: auto;
    transition: all .5s;
}

.index .pro_hot .list li a h3 {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.index .pro_hot .list li:hover img{transform: scale(1.2);}*/
.index .pro_hot .hd {
    position: relative;
    width: 200px;
    height: 40px;
    margin: auto;
    margin-top: 50px;
}

.index .pro_hot .hd ul {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    transform: translateX(-50%);
    text-align: center;
}

.index .pro_hot .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    font-size: 0;
    text-indent: -9999rem;
    background: #ccc;
    border-radius: 100%;
    cursor: pointer;
    transition: all .5s;
}

.index .pro_hot .hd ul li:hover,.index .pro_hot .hd ul li.on {
    background: var(--colour1);
}

.index .pro_hot .hd span {
    width: 22px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: all .5s;
}

.index .pro_hot .hd .prev {
    left: 0;
}

.index .pro_hot .hd .next {
    right: 0;
}

.index .pro_hot .hd .prev:after,.index .pro_hot .hd .prev:before, .index .pro_hot .hd .next:after,.index .pro_hot .hd .next:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    width: 28px;
    height: 3px;
    background: #999;
    border-radius: 5px;
    transition: all .5s;
}

.index .pro_hot .hd .prev:after,.index .pro_hot .hd .next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index .pro_hot .hd .prev:before,.index .pro_hot .hd .next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index .pro_hot .hd .prev:after {
    top: 28px;
    left: -3px;
}

.index .pro_hot .hd .prev:before {
    top: 10px;
    left: -3px;
}

.index .pro_hot .hd .next:after {
    top: 10px;
    right: -3px;
}

.index .pro_hot .hd .next:before {
    top: 28px;
    right: -3px;
}

.index .pro_hot .hd .prev:hover:after,.index .pro_hot .hd .prev:hover:before, .index .pro_hot .hd .next:hover:after,.index .pro_hot .hd .next:hover:before {
    background:#f6f6f6);
}


/*æ»šåŠ¨ç›¸å†Œç»“æŸ*/
/*ç•™è¨€*/
.iwrap {width:1200px;margin:0px auto;}
.icontact { width:100%; background-image:url('/style/images/hMess-bg.jpg'); overflow:hidden; height:auto; padding-top:40px;padding-bottom:40px;}

.icontact .in_title {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.icontact .in_title span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    padding-left: 10px;
}


.icontact .tit { width:auto; }
.icontact .txt { width:520px; float:left; color:#fff; line-height:30px; padding-bottom:10px;}
.icontact .txt span {font-size:14px; color:#fff; font-family:"å¾®è½¯é›…é»‘"; line-height:24px; display:block; margin-bottom:50px;}
.icontact .txt img { float:right;}
.icontact .imessage { width:450px; float:right;}
.icontact .imessage input{ background:#e8e8e8; border:1px solid #FFF; height:43px; line-height:43px; width:428px; padding:0 10px; margin-bottom:10px;border-radius:15px;}
.icontact .imessage .Contact {/* width:238px; float:left;*/}
.icontact .imessage .ContactWay { /*width:238px; float:right;*/}
.icontact .imessage .FaqTitle { clear:both;}
.icontact .imessage .Content{ background:#e8e8e8; border:1px solid #FFF;width:428px; padding:10px; height:75px; margin-bottom:10px;border-radius:15px;}
.icontact .imessage .code_box { width:290px; height:43px; float:left;background:#e8e8e8; border:1px solid #FFF;border-radius:15px;}
.icontact .imessage .code { width:130px; background:none; border:none; float:left; margin:0px;border-radius:0px;}
.icontact .imessage img { cursor:pointer; float:right; margin-top:0; margin-right:0;}
.icontact .imessage .gbook_sub_box{ width:140px; float:right;}
.icontact .imessage .gbook_sub { width:100px; padding:0px; background:#f00; border:none; color:#FFF;font-size:14px; font-family:"å¾®è½¯é›…é»‘"; text-align:center; cursor:pointer;}
 

.tit1{ height:70px; overflow:hidden; font-size:26px!important; text-align:center; font-weight:bold;color:#333;}
.tit1 a{ color:#333;  font-size:26px}
.tit1 em{ color:#e0121c; font-size:26px}
.tit1 span{ display:block; font:12px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#848484; background:url(../images/line.png) no-repeat center center; margin-top:8px;}

/*ç•™è¨€*/


/*==========================================
    header
============================================================================================ */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(235, 236, 240, 0.18);
    text-align: right;
    z-index: 999;
    transition: all 0.28s;
}

.headLogo {
    float: left;
    margin: 0px 0 0 48px;
}

.headLogo img {
    width: 223px;
}

.headLogo_img2 {
    display: none;
}

.headNav {
    display: inline-block;
    min-width: 48%;
}

.headNav&gt;ul {
    height: 100%;
    padding: 5vh 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    height: 84px;
    white-space: nowrap;
    padding: 0;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow: hidden;
}

.headNav&gt;ul&gt;li {
    height: 100%;
    padding: 0 20px;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
    font-size: .95vw;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.headNav&gt;ul&gt;li:last-child {
    padding-right: 14px;
}

.headNav&gt;ul&gt;li&gt;a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

.headNav&gt;ul&gt;li.other&gt;a span {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 20px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
}

.headNav&gt;ul&gt;li.other span::before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: 1px solid #fff;
    -webkit-animation-duration: 1.5s;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: pulsing;
    animation-name: pulsing;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes pulsing {
    0% {
        opacity: 1;
        transform: scale(0.5)
    }

    100% {
        opacity: 0;
        transform: scale(1.1)
    }
}

/* .headNav&gt;ul&gt;li.other{
    min-width: 238px;
} */
.headNav&gt;ul&gt;li.other&gt;a {
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.28);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 32px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    white-space: normal;
    z-index: 15;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    color: #fff;
    font-size: 15px;
}

.headIco {
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    height: 84px;
    line-height: 84px;
    padding: 0 2vw;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid rgba(235, 236, 240, 0.18);
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.headFlex {
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.headIco_svg {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
}

.headIco_svg svg {
    width: 26px;
    height: 26px;
    fill: #bbbdc7;
    stroke: #9fa2b0;
    stroke-width: 10;
    margin-top: 31px;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.headIco span {
    line-height: 88px;
    opacity: 0;
    font-weight: 500;
    padding-left: 0;
    display: block;
    max-width: 0;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .8s cubic-bezier(.23, 1, .32, 1);
    transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

@media(min-width:1024px) {
    .headIco:hover {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #f4f4f7;
    }

    .headIco:hover span {
        opacity: 1;
        max-width: 200px;
        padding-left: 1em;
    }
}


.headLang {
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    float: right;
    border-left: 1px solid rgba(235, 236, 240, 0.18);
}

.headLang a {
    display: block;
    color: #b6b8c2;
    font-size: 17px;
    text-transform: uppercase;
}

.headLang:hover {
    background: #f4f4f7;
}

header.bg2,
header.bg1,
header.bg {
    background: #fff;
    border-bottom: 1px solid #ebecf0;
}

header.bg2 .headIco,
header.bg2 .headLang,
header.bg1 .headIco,
header.bg1 .headLang,
header.bg .headIco,
header.bg .headLang {
    border-left: 1px solid #ebecf0;
}

header.bg2 .headLogo_img1,
header.bg1 .headLogo_img1,
header.bg .headLogo_img1 {
    display: none;
}

header.bg2 .headLogo_img2,
header.bg1 .headLogo_img2,
header.bg .headLogo_img2 {
    display: block;
}

header.bg2 .headNav&gt;ul&gt;li.other&gt;a,
header.bg1 .headNav&gt;ul&gt;li.other&gt;a,
header.bg .headNav&gt;ul&gt;li.other&gt;a {
    background: #dc3a33;
    color: #fff;
}

header.bg2 .headNav li a,
header.bg1 .headNav li a,
header.bg .headNav li a {
    color: #000;
}

.subNav {
    display: none;
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    padding: 40px 5% 40px 10%;
    background: #ffffff;
    white-space: initial;
    box-shadow: 1px 1px 3px #eee;
}

.subNav_box {
    display: flex;
    align-items: flex-start;
}

.subNav_tit {
    text-align: left;
    width: 328px;
    border-right: 1px solid #eee;
    min-height: 168px;
}

.subNav_tit span {
    display: block;
    font-weight: 500;
    font-size: 24px;
}

.subNav_tit p {
    color: #787878;
    font-weight: 300;
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 6px;
}

.subNav_list {
    padding-left: 68px;
    width: calc(100% - 328px);
    text-align: left;
}

.subNav a {
    position: relative;
    display: inline-block;
    width: calc(25% - 30px);
    margin: 0 15px 24px;
    text-align: center;
}

.subNav_img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    /* height: 146px; */
    border-radius: 2px;
    overflow: hidden;
}

.subNav_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.subNav a:hover .subNav_img img {
    transform: scale(1.1);
}

.headNav_li.pro .subNav a {
    margin: 0 10px 24px;

}

.headNav_li.pro .subNav_img {
    background: #f7f8fa;
}

.headNav_li.pro .subNav img {
    transform: scale(0.6);
    object-fit: contain;
}

.headNav_li.pro .subNav a:hover .subNav_img img {
    transform: scale(0.7);
}

.subNav_list p {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 6px;
    font-weight: 400;
}

.subNav_list p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1F368F;
    transform: scale(0);
    transition: all 0.48s;
}

.subNav_list p.hover,
.subNav_list p:hover {
    font-weight: 600;
}

.subNav_list p.hover::after,
.subNav_list p:hover::after {
    transform: scale(1);
}

/* mobile */
.header_menu {
    display: none;
    float: right;
    padding: 20px 20px 10px;
    cursor: pointer;
}

.header_menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 7px;
    background: #000;
    transition: all 0.48s;
}

.header_menu.on .header_menu_span1 {
    transform: rotate(45deg) translate(9px, 9px);

}

.header_menu.on .header_menu_span2 {
    opacity: 0;

}

.header_menu.on .header_menu_span3 {
    transform: rotate(-45deg) translate(3px, -4px);

}


.headBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 899;
    background: #fff;
    padding: 68px 0 0;
    overflow: hidden;
}

.headBox_div {
    height: 100%;
    overflow: auto;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.haedTwo_div {
    display: none;
    background: #f8f8f8;
}

.haedTwo_div ul {
    position: relative;
    padding: 12px;
}

.haedTwo_div a {
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.headBox_ul {
    position: relative;
    background: #fff;
    padding: 34px 28px 0;
}

.headBox_ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
}

.headBox li {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;

}

.headBox li.none svg {
    display: none;
}

.headBox.open {
    left: 0;
}

.headBox ul a {
    color: #787878;
    display: block;
    line-height: 3;
    padding: 6px 0;
    font-size: 16px;
    border-bottom: 1px solid #eae8e4;
}

.headBox .headBox_ul&gt;li&gt;a {
    padding: 18px 0;
}

.headBox ul li:last-child a {
    border-bottom: 0;
}

.headBox ul a img {
    display: none;
    width: 15px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.headBox .headBox_other a {
    padding: 8px 0;
    font-size: 20px
}

.headBox ul a svg {
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 14px;
    margin-right: 6px;
    transition: all 0.48s;
}

.headBox_ul li.click&gt;a svg {
    transform: rotate(90deg);
    margin-top: 8px;

}

.headBox ul a path {
    fill: #666;
}

/*==========================================
    footer
============================================================================================ */


.footNav {
    padding: 38px 1% 38px;
}

.footNav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.footNav h2 {
    font-size: 18px;
    margin-bottom: 21px;
    font-weight: 500;
}

.footNav h2 a{
    font-size: 18px;
  
 
}



.footNav a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.footBtm {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #bfbfbf;
}

.footItem {
    text-align: center;

}

/*.footItem:first-child {*/
/*    margin-left: 0;*/
/*}*/

/*.footItem:last-child {*/
/*    margin-left: auto;*/
/*    text-align: right;*/
/*}*/

.footCopy li a,
.footCopy&gt;div,
.footCopy {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.footBtm_tit {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-style: normal;
    color: #262626;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 12px;
}

.footIco ul {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.footIco li {
    margin: 0;
    margin-right: 30px;
}

.footIco a&gt;img {
    width: 24px;
}

.footIco a {
    position: relative;
}

.footIco a div {
    display: none;
    position: absolute;
    left: -45px;
    bottom: 28px;
    width: 108px;
    border: 3px solid #f7f7f7;
    padding: 2px;
    background: #fff;
}

.footIco a div img {
    width: 100%;
}

.footIco #social-icon--facebook {
    width: 8px;
}

.footIco a:hover div {
    display: block;
}


/*å†…é¡µ*/


/* æ–°é—»è¯¦ç»†æ&nbsp;·å¼ */
.gr-news-show {
    width: 900px;
    overflow: hidden;
}

.gr-news-show h2 {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #333;
    position: relative;
    font-family: "å¾®è½¯é›…é»‘";
    font-weight: normal;
}

.gr-news-show h3 {
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #d2d2d2;
    font-family: "å¾®è½¯é›…é»‘";
    font-weight: normal;
}

.gr-news-show h3 span {
    margin: 8px 8px 0 8px;
    color: #999;
    text-decoration: none;
}

.fontResizer a {
    padding: 0 5px;
}

.curFont {
    font-weight: bold;
    color: #dc3a33;
}

.news-show-box {
    padding-top: 15px;
    line-height: 26px;
    padding-bottom: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.news-message {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
    overflow: hidden;
}

.news-message div {
    padding: 10px 0;
}

.news-message h3 {
    width: 100%;
    text-align: right;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
    overflow: hidden;
}

.gr-fenx {
    height: 35px;
    background: #eeeeee;
    padding: 0 10px;
    margin-top: 15px;
}

.prew {
    background: url(../images/pre_info.gif) no-repeat left center;
    float: left;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 15px;
    text-align: left;
    width: 46%;
}

.nextw {
    background: url(../images/next_info.gif) no-repeat right center;
    float: right;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-right: 15px;
    text-align: right;
    width: 46%;
}

.gr-fenx a:hover {
    color: #dc3a33
}

.gr-keyword {
    border: 1px solid #dadada;
    padding: 5px 10px;
    margin: 10px 0;
    overflow: hidden;
}

.gr-keyword a {
    padding: 0 5px;
}

.newsShow_main {
    overflow: hidden;
    padding: 15px
}

.newsShow_main .newsShow_img {
    width: 300px;
    height: 300px;
}

.newsShow_main .news-show-box {
    float: right;
    width: 740px;
    padding: 0;
}

/* æŽ¨èèµ„è®¯æ&nbsp;·å¼ */
.gr-rec-news {
    width: 930px;
    margin-top: 10px;
    overflow: hidden;
}

.gr-rec-news ul {
    width: 950px;
    padding-top: 10px;
}

.gr-rec-news ul li {
    float: left;
    margin-right: 35px;
    width: 430px;
    height: 28px;
    line-height: 28px;
}

.gr-rec-news ul li a {
    display: block;
    width: 310px;
    line-height: 28px;
    background: url(../images/ly_li.png) no-repeat left center;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.gr-rec-news ul li span {
    float: right;
    color: #999;
}

.rec-title {
    padding-left: 20px;
    height: 35px;
    line-height: 35px;
    background: url(../images/page_line.jpg) no-repeat 10px 10px #eeeeee;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.gr-rec-news ul li a:hover {
    color: #dc3a33
}



/* å·¦ä¾§å›¾ç‰‡æ”¾å¤§é•œæ&nbsp;·å¼ */
.product-show-pic .big {
    width: 435px;
    height: 330px;
    position: relative;
    z-index: 1;
    border: 1px solid #e3e3e3;
}

.product-show-pic .big a {
    width: 435px;
    height: 330px;
    background: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.product-show-pic .big a img {
    vertical-align: middle;
    max-width: 435px;
    max-height: 330px;
}

.product-show-pic .big a {
    *display: block;
    *font-family: Arial;
    *line-height: 1;
}

.product-show-pic .list {
    width: 438px;
    height: 112px;
    overflow: hidden;
    position: relative;
}

.product-show-pic .list a.prev,.product-show-pic .list a.next {
    display: block;
    width: 20px;
    height: 70px;
    position: absolute;
    background: url(../images/arrow_btn.png) no-repeat 0 0;
    overflow: hidden;
    cursor: pointer;
}

.product-show-pic .list a.prev {
    top: 15px;
    left: 0;
}

.product-show-pic .list a.next {
    right: 0;
    top: 15px;
    background-position: -20px 0;
}

.product-show-pic .list a.prev:hover {
    background-position: -42px 0
}

.product-show-pic .list a.next:hover {
    background-position: -59px 0;
}

.product-show-pic .list .thumb {
    position: relative;
    width: 380px;
    height: 85px;
    overflow: hidden;
    top: 10px;
    left: 30px;
    margin-left: 10px;
}

.product-show-pic .list .thumb ul {
    position: absolute;
}

.product-show-pic .list .thumb ul li {
    background: none;
    float: left;
    width: 124px;
    height: 85px;
    position: relative;
    float:
}

.product-show-pic .list .thumb ul li a {
    display: block;
    width: 103px;
    height: 75px;
    border: 2px solid #e3e3e3;
    text-align: center;
    background: #fff
}

.product-show-pic .list .thumb ul li img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.product-show-pic .list .thumb ul li a em {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 35px;
}

.product-show-pic .list .thumb ul li a.selected {
    border-color: #dc3a33;
}

.product-show-pic .list .thumb ul li a.selected em {
    background: url() no-repeat;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png);
    cursor: move;
    z-index: 1;
}

/* äº§å“ç®€ä»‹ */
.proshow_synopsis {
    width: 430px;
    color: #aaa;
    font-size: 14px;
    line-height: 30px;
    height: 480px;
    border-radius: 3px;
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #dc3a33;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    padding-bottom: 10px
}

.proshow_synopsis strong {
    color: #333;
    font-weight: normal;
}

.proshow_synopsis .font {
    line-height: 24px;
    overflow: hidden;
    height: 195px;
    margin-bottom: 20px;
}

.proshow_synopsis .font strong {
    float: left;
    width: 45px;
}

.proshow_synopsis .font div {
    float: right;
    width: 355px;
}

.prodcut-tel {
    padding-left: 40px;
    margin-bottom: 20px;
    line-height: 26px;
    background: url('../images/p_icon.png') no-repeat left 8px;
}

.prodcut-tel span {
    font-family: arial;
    font-size: 24px;
    color: #dc3a33;
    display: block;
}

.proshow_synopsis .btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 14px;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
}

.proshow_synopsis .btn .a02 {
    background: #dc3a33 url(../images/proshow_icon2.png) no-repeat 20px 13px;
    margin-left: 25px;
}

.proshow_synopsis .btn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=50);
    transition: all 0.3s;
}


/*å‹æƒ…é“¾æŽ¥*/
.flink {
    width: 100%;
    padding-top: 30px;
    height: auto;
}
.flink .tab {
    
    height: auto;

    overflow: hidden;
 
}

.flink .tab a {
    display: block;
    float: left;
    width: auto;
    margin-right:1%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    border-right: 1px solid #fff;
    transition: all .4s;
    position: relative;
    z-index: 0
}

.flink .tab a:last-child {
    border-right: 0;
}





/*é¦–é¡µäº§å“å¯¼èˆª*/

#floor_4_main .proCase {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
}
#floor_4_main .proCase .tab {
    background-color: #e5e5e5;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

#floor_4_main .proCase .tab a {
    display: block;
    float: left;
    width: 10%;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #666666;
    border-right: 1px solid #fff;
    transition: all .4s;
    position: relative;
 
}

#floor_4_main .proCase .tab a:last-child {
    border-right: 0;
}

#floor_4_main .proCase .tab a:hover,#floor_4_main .proCase .tab .on {
    background-color: #dc3a33;
    color: #fff;
}



/*é¦–é¡µäº§å“å¯¼èˆª*/


/* äº§å“è¯´æ˜Žæ&nbsp;‡ç­¾åˆ‡æ¢æ&nbsp;·å¼ */
.gr-tab-list {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.gr-tab-list .hd {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dadada
}

.gr-tab-list .hd li {
    padding: 0 30px;
    float: left;
    text-align: center;
    background: #dadada;
    margin-right: 5px;
    cursor: pointer;
}

.gr-tab-list .hd li.on {
    background: #dc3a33;
    color: #fff;
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px;
}

.tab_down p {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
    background: url(../images/ly_li.png) no-repeat left center;
    padding-left: 15px;
}

.tab_down p a {
    float: right;
    background: url(../images/downIcon.png) no-repeat right center;
    padding-right: 25px;
}

.tab_down p a:hover {
    background: url(../images/downIconh.png) no-repeat right center;
}


/* é‡‡è´­è¡¨å•æ&nbsp;·å¼ */
.orderBox {
    padding: 25px;
    background: #eee;
    overflow: hidden;
}

.orderBox h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    font-family: "å¾®è½¯é›…é»‘";
}

.orderBox .table {
    padding-top: 20px;
    overflow: hidden;
}

.orderBox .table li {
    width: 410px;
    height: 215px;
    float: left;
    height: 35px;
    margin-bottom: 10px;
}

.orderBox .table li span {
    float: left;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    width: 78px;
    display: inline-block;
    text-align: center;
    background: #fff;
}

.orderBox .table li .iptTxt {
    float: right;
    width: 319px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .iptCode {
    float: left;
    width: 180px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px;
}

.orderBox .table li .checkcode {
    float: right;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #fff;
    padding: 5px 9px 6px 10px;
}

.orderBox .table li .btn {
    width: 410px;
    height: 35px;
    line-height: 35px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none;
}

.orderBox .table li .btn:hover {
    background: #dc3a33;
    color: #fff;
}

.orderBox .table li.areLi {
    width: 400px;
    float: right;
    height: 215px;
    overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
    width: 368px;
    height: 183px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    color: #666;
    line-height: 18px;
}

/* ç›¸å…³äº§å“æ&nbsp;·å¼ */
.related-product {
    overflow: hidden;
}

.related-product .title,.relatedTitle {
    background: #eee;
    height: 35px;
    line-height: 35px;
}

.related-product .title span,.relatedTitle span {
    display: inline-block;
    color: #fff;
    background: #dc3a33;
    width: 120px;
    height: 35px;
    text-align: center;
    font-size: 14px;
}

.related-product ul {
    width: 950px;
    margin-top: 20px;
}

.related-product li {
    float: left;
    width: 290px;
    background: #f5f5f5;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    padding-bottom: 0
}

.related-product li:hover {
    background-color: #dc3a33;
    color: #fff;
}

.related-product li .pImg {
    display: block;
    width: 290px;
    height: 195px;
    overflow: hidden;
    background-color: #fff;
}

.related-product li .pImg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all .5s;
}

.related-product li:hover .pImg img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.related-product li h5 {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-left: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.related-product li:hover h5 {
    color: #fff;
}


/* å†…é¡µå…¬ç”¨ */
.listBanner {
    width: 100%;
    position: relative;
    /*left: 50%;*/
    /*margin-left: -960px;*/
    height: 360px;
    overflow: hidden;
    clear: both;
}

.listBanner img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.listWrapper {
    padding: 40px 0 50px 0;
    overflow: hidden;
}

.listLeft {
    width: 240px;
    float: left;
    overflow: hidden;
}

.listRight {
    width: 930px;
    float: right;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
}

.breadCrumb {
    height: 20px;
    margin-bottom: 25px;
}

.breadCrumb strong {
    color: #dc3a33;
    font-size: 18px;
    font-family: "å¾®è½¯é›…é»‘";
    display: inline-block;
    font-weight: 600;
    border-left: 4px solid #dc3a33;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
}

.breadCrumb p {
    /*background:url('../images/mapIcon.png') no-repeat left center; */
    padding-left: 20px;
}

.breadCrumb p span {
    margin: 0 8px;
}


.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px; clear:both}
.pagination&gt;li{display:inline;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;line-height:1.42857;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px;}
.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;span:focus,.pagination&gt;.active&gt;span:hover{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default;}


/* å†…é¡µå…¬ç”¨èœå• */
.sidebar {
    margin-bottom: 10px;
}

.side_title {
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    text-transform: uppercase;
    height: 60px;
    background-color: #dc3a33;
    line-height: 60px;
    padding-left: 30px;
    border-radius: 15px 0 15px 0
}

.side_title span {
    display: block;
    font-size: 36px;
    font-family: Arial;
    color: #bdbdbd;
}

.sidebarMenu {
    background: #f5f5f5;
    border-top: none;
}

.sidebarMenu li {
    font-size: 15px;
}

.sidebarMenu li a {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    display: block;
    color: #333333;
    border-bottom: 1px solid #ededed;
    transition: all .5s;
    background-image: url(../images/hProd-ico7.png);
    background-repeat: no-repeat;
    background-position: 205px center;
}

.sidebarMenu li .current,.sidebarMenu li a:hover {
    color: #fff;
    background-color: #dc3a33;
    background-image: url(../images/hProd-ico2.png);
}

.sidebarMenu li ul {
    font-size: 12px;
    padding: 5px 0;
    background: #f8f8f8;
}

.sidebarMenu ul li {
    background: none;
    padding-top: 0;
}

.sidebarMenu li ul a {
    background: url('../images/ly_li.png') no-repeat 35px center;
    padding-left: 45px;
    color: #666;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}

.sidebarMenu li:last-child a {
    border-bottom: none;
}

.sidebarMenu li ul .current,.sidebarMenu li ul a:hover {
    background: url('../images/ly_li.png') no-repeat 35px center;
    color: #dc3a33;
}

.proSide {
    background: #f5f5f5;
    height: auto;
}

.proSide li {
    background: url('../images/side_line.jpg') repeat-x left top;
    border-top: none;
}

.proSide li:hover {
    background: #fff url('../images/side_line.jpg') repeat-x left top;
}

.recommend_pro1,.recommend_pro2 {
    height: 120px;
}

.recommend_pro1 {
    margin-bottom: 10px;
}

/*  å†…é¡µå·¦ä¾§ */
.recommend_pro {
    margin-bottom: 15px;
}

.listLeft .left_title {
    background: #dc3a33;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
    border-left: 5px solid #2e2e2e;
}

.recommend_slide {
    height: 380px;
    overflow: hidden;
    padding: 9px;
    border: 1px solid #bcbcbc;
    background: #fff;
    border-top: none;
}

.recommend_pro li {
    width: 230px;
    overflow: hidden;
    margin-bottom: 10px;
}

.recommend_pro li img {
    width: 213px;
    height: 142px;
    border: 1px solid #ddd;
    padding: 2px;
}

.recommend_pro li span {
    height: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend_pro li:hover img {
    border: 1px solid #dc3a33;
}

.twoCont {
    padding: 15px 10px;
    overflow: hidden;
    background: #f4f4f4;
}

.sidebarThree h3 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
}

.sidebarThree h3 span {
    display: block;
    font-size: 24px;
    color: #dc3a33;
    font-family: arial;
}

.sidebarThree .font {
    line-height: 22px;
    font-size: 12px;
}



/*å†…é¡µ*/

.productList{clear:both;overflow:hidden; height:auto}

/*  äº§å“åˆ—è¡¨ */
.productList li {
    float: left;
    width: 290px;
    background: #f5f5f5;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all .5s;
    padding-bottom: 0
}

.productList li:hover {
    background-color: #dc3a33;
    color: #fff;
}

.productList li .pImg {
    display: block;
    width: 280px;
    height: 195px;
    overflow: hidden;
    background-color: #fff;
}

.productList li .pImg img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all .5s;
}

.productList li:hover .pImg img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.productList li h5 {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-left: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.productList li:hover h5 {
    color: #fff;
}

/*æ¼‚æµ®å®¢æœ*/


.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #ff0000;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../image/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.gotop i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background:#ff0000;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
    color: #fff;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #ff0000;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #ff0000;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #ff0000;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}




/*åˆ†é¡µ*/
.pagination{padding:25px 0 15px;text-align:center;overflow:hidden; clear:both}
.pagination a{font-size:12px;line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#333;border: 1px solid #e3e3e3;background:#fff;margin-left:2px;}
.pagination a.a1{line-height:30px;height:30px;margin-top:0;padding:0 12px;}
.pagination a:hover{text-decoration:none;color:#000;background:#f1f1f1;}
.pagination span{line-height:30px;display:inline-block;height:30px;padding:0 12px;text-align:center;color:#fff;margin-left:2px;background:#dc3a33;color:#fff;border:1px solid #cf0a02;}


/*==========================================
    index
============================================================================================ */
/* banner */
.banner {
    width: 100%;
    height: calc(59vh - 52px);
}

.banner .swiper-container,
.banner .swiper-slide,
.banner .banImg {
    position: relative;
    height: 100%;
}

.banner .banImg::before {
    /* display: none !important; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.38;

}


.banner .banImg img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    opacity: 1;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background: transparent;
    width: 48px;
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
    width: 100%;
}

.banner .swiper-button-prev {
    left: 38px;
}

.banner .swiper-button-next {
    right: 38px;
}

.banTxt {
    /* display: none !important; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.banTxt_name {
    color: #0089e1;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 4px;
    font-weight: 400;
    opacity: 0;
    transform: translateY(-58px);
    transition: all 1s 0.28s;
}

.banTxt_cn {
    font-size:40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(58px);
    transition: all 1s 0.18s;
}

.banTxt_cn span {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    color: #0089e1;
}

.banTxt_en {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 5px;
    line-height: 1;
    font-weight: 400;
    opacity: 0;
    transform: translateY(58px);
    transition: all 1s 0.38s;
}

.swiper-slide-active .banTxt_name,
.swiper-slide-active .banTxt_cn,
.swiper-slide-active .banTxt_en {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiper-pagination {
    opacity: 0;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
}

.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 68px;
}

/* 0 */
.ysTop {
    position: relative;
    z-index: 11;
}

.ysSer {
    position: absolute;
    top: -45px;
    width: 100%;
}

.ysSer_form {
    width: 100%;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ysSer_form::before {
    content: " or ";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #353535;
    font-size: 13px;
    transform: translate(-50%, -50%);
}

.ysSer_form&gt;div {
    width: 50%;
    padding: 24px 28px;
}

.ysSer_form select,
.ysSer_form input {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 13px;
}

.ysSer_search,
.ysSer_input {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ysSer_input::before {
    content: " or ";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #353535;
    font-size: 13px;
    transform: translate(-50%, -50%);
}

.ysSer_input select,
.ysSer_input input {
    width: 47%;
    background: #f2f2f2;
}

.ysSer_search input:first-child {
    border: 1px solid #f2f2f2;
    width: 80%;
}

.ysSer_search input:last-child {
    width: 18%;
    background: #1F368F;
    color: #ffffff;
}

/* 1 */
.ysPro {
    background: #f2f2f2;
    padding: 68px 0 108px;
}

.ysPro_list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ysPro_a {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 328px;
    padding: 48px 38px;
    background: #ffffff;
    border-left: 2px solid #f2f2f2;
}

.ysPro_a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #1F368F;
    transition: all 0.68s;
}

.ysPro_a.show:before,
.ysPro_a:hover:before {
    width: 100%;
}

.ysPro_a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background: #ececec;
    transition: all 0.68s;
}

.ysPro_a:hover:after {
    height: 100%;
}

.ysPro_a .ysMore {
    position: absolute;
    bottom: 0;
    left: 38px;
    opacity: 0;
    transition: all 0.48s;
}

.ysPro_a.show .ysMore,
.ysPro_a:hover .ysMore {
    bottom: 34px;
    opacity: 1;
}

.ysPro_a span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.ysPro_a p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 6px;
    /* min-height: 58px; */
}
.ysPro_a img{
    width: 54px;
    margin-top: 38px;
}
.ysPro_a svg {
    width: 54px;
    height: 54px;
    margin-top: 38px;
}

.ysPro_a .ysPro_ico_2 {
    width: 82px;
    height: 82px;
    margin-top: 34px;
}

.ysPro_a .ysPro_ico_5 {
    width: 51px;
    height: 51px;
}

.ysPro_a svg path:not(.ysPro_color) {
    fill: #bebebe;
}

.ysPro_a.show p,
.ysPro_a:hover p {
    color: #1F368F;
}

.ysPro_a.show svg path:not(.ysPro_color),
.ysPro_a:hover svg path:not(.ysPro_color) {
    fill: #1F368F;
}

.ysPro_box {
    height: 352px;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ysPro_box_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.ysPro_box_swiper:first-child {
    position: relative;
}

.ysPro_box_swiper.show {
    z-index: 99;
    opacity: 1;
}

.ysPro_item {
    background: #fff;
    padding: 28px 48px;
    margin-bottom: 18px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.ysPro_img {
    width: 58%;
    height: 278px;
    padding: 34px;
}

.ysPro_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ysPro_txt {
    width: 38%;
    display: flex;
    align-items: center;

}

.ysPro_txt&gt;div {
    display: inline-block;
    text-align: left;
}

.ysPro_txt span {
    position: relative;
    color: #1F368F;
    font-size: 22px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.ysPro_txt span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    background: #1F368F;
}

.ysPro_txt li p {
    letter-spacing: 0.5px;
    line-height: 2;
    color: #666;
}

.ysPro_box_swiper .swiper-button-next,
.ysPro_box_swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: transparent;
    border: 1px solid #ccc;
    text-align: center;
    outline: none;
}

.ysPro_box_swiper .swiper-button-next img,
.ysPro_box_swiper .swiper-button-prev img {
    width: 24%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.ysPro_box_swiper .swiper-button-prev {
    left: -80px;
}

.ysPro_box_swiper .swiper-button-next {

    right: -80px;
}

/* 2 */
.ysAb {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 138px 0 158px;
}

.ysAb .innerWrap {
    position: relative;
}

.ysAb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1F368F;
    opacity: 0.28;
}

.ysAb .ysTit p,
.ysAb .ysTit p span {
    line-height: 1.4;
    font-size: 46px;
    font-weight: 400;
}

.ysAb_txt {
    position: relative;
    max-width: 68%;
}

.ysAb_p span {
    color: #fff;
    font-size: 23px;
    line-height: 1.8;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
}

.ysAb_p p {
    opacity: 0.89;
    color: #fff;
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ysNum {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 189px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.ysNum_div {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ysNum_div&gt;div {
    width: 100%;
}

.ysNum_div span {
    color: #fff;
    display: block;
    font-size: 51px;
    font-weight: 500;
    line-height: 1;
}

.ysNum_div p {
    color: #fff;
    font-size: 16px;
}

.ysNum_i {
    position: relative;
    margin-top: 10px;
    opacity: 0.68;
    display: inline-block;
}

.ysNum_i i {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    margin: 0 2px;
    border-radius: 10px;
    background: #fff;
}

.ysNum_i::after,
.ysNum_i::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 58px;
    margin-top: 1px;
    height: 1px;
    background: #fff;
}

.ysNum_i::before {
    left: -68px;
}

.ysNum_i::after {
    right: -68px;
}

.ysAb_more {
    display: none;
}

/* 3 */
.ysNews {
    background: #fff;
    padding: 60px 0 30px 0;
}

.ysNews_box {
    overflow: hidden;
    margin-top: 58px;
}

.ysNews_a {
    display: block;
    float: left;
    width: 14.5%;
    margin: 0 1%;
}

.moNewImg {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.moNewImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
}

.moNewTxt {
    background: #fff;
    padding: 30px 0 0 0;
    min-height: auto;
}

.moNewTime {
    font-size: 14px;
    display: block;
    margin-bottom: 24px;
    color: #1F368F;
}

.moNewTit {
    font-size: 14px;
    color: #202020;
    line-height: 1.6;
    font-weight: 500;
    overflow: hidden;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.moNewP p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #888;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ysNews_a:hover .moNewImg img {
    transform: scale(1.1);
}

.ysNews_a:hover .moNewTit {
    color: #1F368F;
}


/* 4 */
.ysGd {
    height: 468px;
    position: relative;
    background-attachment: fixed;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.ysGd .innerWrap {
    position: relative;
}

.ysGd::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.38;
}

.ysGd .innerWrap {
    position: relative;
    z-index: 11;

}

.ysGd_txt {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.8;
    letter-spacing: 1px;
}

.ysGd_svg {
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 21px;
}

.ysGd_svg path {
    fill: #fff;
}

.ysGd_ico {
    margin-top: 48px;
}

.ysGd_ico img {
    width: 58px;
    margin-right: 28px;
    opacity: 0.89;
}

.ysGd_more {
    position: absolute;
    top: 50%;
    right: 0;

}

.ysGd_more a {
    margin-top: -30px;
    width: 54px;
    display: block;
    height: 54px;
    border: 1px solid #fff;
}

.ysGd_more svg {
    width: 100%;
    height: 100%;
    transform: scale(0.38);
}

.ysGd_more svg path {
    fill: #fff;
}

/* 5 */
/*==========================================
    common
============================================================================================ */
/* å†…é¡µbanner */
.banInner {
    position: relative;
    width: 100%;
    height: 680px;
}

.banInner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
}

.banInner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banInner_btn {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 28px;
    z-index: 99;
}

.banInner_btn svg {
    width: 34px;
    height: 34px;
}

.banInner_btn svg path {
    fill: #fff;
}

.banInner_txt {
    display: none;
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.banInner_txt i {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 300;
    text-transform: capitalize;
    font-style: inherit;
}

.banInner_txt span {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
    display: block;
    color: #fff;
}

.banInner_txt p {
    color: #fff;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
}

/*page*/
.page {
    clear: both;
    margin: 28px auto 0;
    text-align: center;
}

.page ul li {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 6px 18px;
}

.page ul li.active {
    background: #031f48;
    border-color: #031f48;
}

.page ul li.active a {
    color: #fff;
}

.page ul li a {
    color: #666666;
    line-height: 1;
}

.page ul li:hover {
    background: #031f48;
    cursor: pointer;
}

.page ul li:hover a {
    color: #fff;
}

@media (max-width: 480px) {
    .page ul li {
        padding: 5px 10px;
    }
}

/*==========================================
    about
============================================================================================ */
/* 1 */
.abAbout {
    padding: 108px 0;
    background: url(../image/bg8.jpg) no-repeat center fixed;
    background-size: cover;
}

.abAbout_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.abAbout_txt {
    width: calc(100% - 568px);
}

.abAbout_p p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.abAbout_p p:last-child {
    margin-bottom: 0;
}

.abAbout_num {
    min-height: 468px;
    width: 438px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.abAbout_num div {
    position: relative;
    padding: 34px 12px;
    border-bottom: 1px dashed rgba(32, 55, 143, 0.18);
}

.abAbout_num span {
    color: #1F368F;
    font-weight: 700;
    font-size: 58px;
    line-height: 1;
    letter-spacing: -1px;
}

.abAbout_num i {
    background: #1F368F;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-style: inherit;
    position: relative;
    bottom: 6px;
    margin-left: 6px;
}

.abAbout_num p {
    margin-top: 10px;
}

.abAbout_num img {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 68px;
}

.abAbout_num div:last-child i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

/* 2 */
.abCul {
    position: relative;
    padding: 138px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.abCul_box {
    margin-top: 58px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.abCul_div {
    cursor: default;
    position: relative;
    width: 22%;
    background: rgba(76, 76, 76, 0.48);
    padding: 58px 40px;
    text-align: center;
    z-index: 11;
}

.abCul_div::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0089e1;
    transition: all 0.48s;
}

.abCul_div:hover:before {
    height: 100%;
}

.abCul_ico {
    margin-bottom: 89px;
    transition: all 0.48s;
}


.abCul_ico img {
    position: relative;
    top: 0;
    max-width: 89px;
    transition: all 0.48s;
}


.abCul_txt {
    position: relative;
    top: 0;
    transition: all 0.48s;
}

.abCul_txt span {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
}

.abCul_txt p {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 1px;
}

.abCul_txt i {
    display: block;
    width: 38px;
    height: 2px;
    background: #fff;
    margin: 24px auto;
}

.abCul_p {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    padding: 0 38px 54px;
    text-align: center;
    transition: all 0.48s;
}

.abCul_p p {
    color: #fff;
    line-height: 1.6;
    letter-spacing: 1px;
    opacity: 0.89;
}

.abCul_bg {
    padding: 89px 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.abCul_bg div {
    margin-bottom: 40px;
}

.abCul_bg div:last-child {
    margin: 20px;
}

.abCul_bg span {
    font-size: 18px;
    color: #fff;
}

.abCul_bg em {
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
}

.abCul_bg p {
    margin-top: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}

@media(min-width:1024px) {
    .abCul_div:hover .abCul_ico img {
        transform: scale(0.89);
    }

    .abCul_div:hover .abCul_txt {
        top: -68px;
    }

    .abCul_div:hover .abCul_p {
        opacity: 1;
        bottom: 0;
    }

}

/* 3 */
.abHor {
    padding: 108px 0 89px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    border-bottom: 1px solid #eee;
}

.abHor_img {
    background: #f8f8f8;
    padding: 18px;
    border: 1px solid #eee;
}

.abHor_img img {
    max-width: 100%;
}

.abHor p {
    opacity: 0;
    text-align: center;
    margin-top: 14px;
    font-size: 17px;
}

.abHor .swiper-container {
    padding: 28px 0;
}

.swiper-slide-next p {
    opacity: 1;
}

/*==========================================
    product
============================================================================================ */
/* 1 */
.proChooses {
    margin-top: 85px;
}

.proChooses .ysPro_a {
    min-height: auto;
    padding: 28px;
    border-width: 1px;
}

.proChooses .ysPro_a::before {
    top: auto;
    bottom: 0;
}

/* 2 */
.product {
    padding: 78px 0;
    background: #f7f7f7;
}

.proFirst {
    margin-bottom: 38px;
}

.proFirst_tit {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.proFirst_tit i {
    color: #1F368F;
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: inherit;
}

.proFirst_tit span {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}

.proFirst_tit p {
    color: #787878;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    font-size: 15px;
}

/* 3 */
.proBox {
    margin-left: -1%;
    margin-right: -1%;
    overflow: hidden;
}

.proBox a {
    width: 48%;
    margin: 1%;
    float: left;
    padding: 28px;
    background: #fff;
    transition: all 0.48s;
    position: relative;
    top: 0;
}

.proBox a:hover {
    top: -10px;
    box-shadow: 0 0 10px 1px #eee;
}

.proBox .ysPro_img {
    width: 54%;
}

.proBox .ysPro_txt {
    width: 42%;
}

.proTxt span {
    position: relative;
    color: #1F368F;
    font-size: 22px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    padding-bottom: 10px;
}

.proTxt span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    background: #1F368F;
}

.proDet {
    margin-top: 24px;
    background: #fff;
    padding: 20px 68px 108px;
}

.proDet_tit {
    position: relative;
    margin: 28px 0 0;
}

.proDet_mark {
    position: absolute;
    top: -128px;
}

.proDet_tit span {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 32px;
}

.proDet_tit span::before {
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/productTit_icon.png) no-repeat center;
}

.proDet_body {
    padding: 14px 0;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #eee;
    padding-left: 32px;
}

.proDet_body img {
    max-width: 100%;
    margin: 14px 0;
}

.proDet_body p {
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 10px;
}

.proDet_body h4 {
    font-size: 20px;
    margin-top: 25px;
    color: #e61410;
    font-weight: 500;
}

/*  */
.proDet_ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 68px;
}

.proDet_ul li {
    position: relative;
    width: 100%;
    text-align: center;
}

.proDet_ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background: #eee;
}

.proDet_ul li:first-child::before {
    content: none;
}

.proDet_ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1F368F;
    transform: scale(0);
    transition: all 0.48s;
}

.proDet_ul li:hover::after,
.proDet_ul li.hover::after {
    transform: scale(1);
}

.proDet_ul a {
    font-size: 19px;
    font-weight: 400;
    display: block;
    line-height: 4;
}

.proDet_ul li:hover a,
.proDet_ul li.hover a {
    color: #1F368F;
}

/*==========================================
    case
============================================================================================ */
.case {
    padding: 108px 0;
    background: #f2f2f2;
}

.caseBox {
    overflow: hidden;
    margin-left: -1%;
    margin-right: -1%;
}

.caseA {
    position: relative;
    width: 31.33%;
    float: left;
    margin: 1%;
}

.caseImg {
    position: relative;
    padding-top: 67%;
}

.caseImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseA .info {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    transition: all .5s;
}

.caseA .info h3 {
    font-size: 18px;
    margin-bottom: 7px;
    transition: all .5s;
}

.caseA .info h3 span {
    display: inline-block;
    width: 70%;
    font-size: 20px;
    font-weight: 400;
}

.caseA .info .yan {
    display: inline-block;
    width: 18px;
    height: 24px;
    float: right;
    transition: all .6s;
    background: url(../image/yan.png) no-repeat top center;
    background-size: 100% auto;
}

.caseA .info p {
    position: relative;
    z-index: 1;
}

.caseA .info p:before {
    content: "";
    display: block;
    transition: all 1s;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666666;
}

.caseA:hover .info {
    background: #325f99;
    color: #fff;
}

.caseA:hover h3 span,
.caseA:hover h3 {
    color: #fff;
}

.caseA:hover .yan {
    background-position-y: -24px;
}

.caseA:hover p:before {
    width: 100%;
    background: #fff;
}

.caseA:hover .text {
    display: inline-block;
    background: #325f99;
    position: relative;
    color: #fff;
    padding-right: 10px;
}

/*==========================================
    news
============================================================================================ */
.news {
    padding: 108px 0;
    background: #f2f2f2;
}

.news .ysNews_a {
    margin-bottom: 34px;
}

@media(max-width:1280px) {
    .moNewTxt {
        padding: 30px 30px 38px;
    }
}

@media(max-width:1024px) {
    .news {
        padding: 89px 0;
    }

    .moNewTit {
        font-size: 17px;
        font-weight: bold;
        height: 54px;
    }
}

@media(max-width:768px) {
    .moInner {
        width: 100%;
        padding: 0 24px;
    }

    .news {
        padding: 68px 0;
    }

    .ysNews_a {
        float: none;
        width: 100%;
        margin: 0 0 24px;
    }

    .ysNews_box {
        margin-bottom: 10px;
    }

    .moNewTit {
        height: auto;
    }


}

@media(max-width:486px) {
    .news {
        padding: 48px 0;
    }

    .moNewImg {
        padding-top: 50%;
    }

    .moNewTxt {
        padding: 24px 24px 28px;
    }

    .moNewTit {
        font-size: 16px;
    }

    .moNewTime {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .moNewP p {
        line-height: 1.8;
        font-size: 13px;
    }

    .news .ysNews_a {
        margin-bottom: 14px;
    }
}

/*==========================================
    join
============================================================================================ */
/* 1 */
.joinTop {
    padding: 89px 0;

}

.joinTop_tit {
    text-align: center;
    margin-bottom: 58px;
}

.joinTop_tit span {
    font-size: 22px;
    line-height: 2;
    font-weight: 400;
}

.joinTop_tit p {
    font-size: 28px;
    font-weight: 500;
}

.joinTop_img {
    position: relative;
    padding-top: 28%;
    min-height: 289px;
}

.joinTop_img&gt;img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 18% center;
    height: 100%;
    width: 100%;
}

.joinTop_txt {
    position: absolute;
    width: 180px;
    text-align: center;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.joinTop_txt span {
    display: block;
    text-align: center;
    font-weight: 400;
}

.joinTop_txt i {
    color: red;
    font-weight: 500;
    font-style: inherit;
    line-height: 2;
}

.joinTop_txt img {
    width: 86%;
    margin: 10px auto;
    padding: 4px;
    background: #fff;
}

.joinTop_txt p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.joinTop_for {
    margin-top: 38px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}

.joinFor_div {
    position: relative;
    width: 23%;
    padding-top: 28%;
}

.joinFor_div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinFor_p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #e6eef8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joinFor_p p {
    font-weight: 500;
    font-size: 20px;
}

/* 2 */
.joinWeb_tit {
    text-align: center;
}

.joinWeb_tit p {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "PingFang SC";
}

.joinWeb_tit form {
    width: 90%;
    max-width: 689px;
    margin: 40px auto 0;
}

.joinWeb_tit input {
    line-height: 58px;
    height: 58px;
}

.joinWeb_txt {
    width: calc(100% - 160px);
    padding: 0 14px;
}

.joinWeb_btn {
    width: 160px;
    background: #1F368F;
    color: #fff;
    font-size: 15px;
}

.joinWeb {
    background: #f2f2f2;
    padding: 89px 0 108px;
}

/* 3 */
.recJob {
    padding: 68px 0;
}


.recJob_box {
    position: relative;
    overflow: visible;
}

.recJob_box .recJob_item {
    background: #fff;
    margin-right: 12px;
    cursor: pointer;
    padding: 40px 40px 50px 40px;
    outline: none;
}

.recJob_box .recJob_name {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.recJob_box .recJob_p {
    height: 138px;
    margin-bottom: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.recJob_box .recJob_p p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 8px;
}

.recJob_box .recJob_p strong {
    margin-right: 8px;
}

.recJob_btn {
    display: block;
    -moz-border-radius: 18px;
    border-radius: 18px;
    width: 130px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #dedede;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.recJob_btn:hover {
    background: #d70c19;
    border-color: #d70c19;
    color: #fff;
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

.switch_unit {
    padding: 0 50px 0;
}

.switch_unit .item {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d7d7d7;
    font-size: 14px;
    color: #333;
    padding: 10px 10px;
    margin: 0px 7px;
    display: block;
    text-align: center;
}

.switch_unit .item:hover,
.switch_unit .item.act {
    background-color: #cc0000;
    color: #fff;
}

.switch_unit .slick-arrow {
    width: 46px;
    height: 46px;
    display: block;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -16px;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.switch_unit .slick-prev {
    left: 0;
    background-image: url(http://www.demayr.cn/templates/default/css/images/prev2.png);
}

.switch_unit .slick-next {
    right: 0;
    background-image: url(http://www.demayr.cn/templates/default/css/images/next2.png);
}

.switch_unit .slick-arrow:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.switch_unit .itemA {
    display: block;
    margin: 0 20px;
}

.switch_unit .img {
    overflow: hidden;
    position: relative;
    display: block;
    height: 100%;
    margin: 0 auto 8px;
    text-align: center;
}

.switch_unit .img img {
    width: 100%;
}

.switch_unit .img&gt;span {
    display: block;
    height: 100%;
    width: 100%;
}

.switch_unit.slick-slider {
    position: relative;
    display: block;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.switch_unit .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.switch_unit .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
}

.switch_unit .slick-dots {
    margin: 40px 0 0;
    height: 12px;
    text-align: center;
}

.switch_unit .slick-dots li.slick-active {
    background: #025eb0;
}

.switch_unit .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
    margin: 0 5px;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 11;
}

.popItem {
    width: 800px;
    height: 600px;
    padding: 0 40px;
    border-radius: 6px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    display: none;
}

.popItem .popCls {
    position: absolute;
    right: -36px;
    top: -36px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.popItem .popCls img {
    display: block;
    width: 100%;
}

.popItem .popTit {
    padding-top: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.popItem .popTit span {
    display: inline-block;
    color: #333;
    font-size: 30px;
    line-height: 40px;
    text-indent: 9px;
}

.popItem .contents {
    padding: 24px 9px;
    border-bottom: 1px solid #e5e5e5;
    height: 440px;
}

.popItem .contents p {
    margin-bottom: 5px;
}

.popItem .contents strong {
    font-weight: 400;
}

.popBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
    .recJob {
        padding: 48px 0 0;
    }

    .switch_unit.slick-slider {
        margin-top: 12px;
    }


}

@media (max-width: 768px) {
    .recJob_box .recJob_item {
        padding: 38px;
    }

    .recJob {
        padding-top: 21px;
    }
}

@media (max-width: 480px) {
    .recJob {
        padding: 0;
    }

    .switch_unit {
        padding: 0 10px;
    }


    .switch_unit .slick-arrow {
        width: 36px;
        height: 36px;
    }

    .recJob_box .recJob_item {
        padding: 28px 28px 38px;
    }

    .recJob_box .recJob_name {
        margin-bottom: 12px;
        font-size: 17px;
    }

    .recJob_box .recJob_p {
        margin-bottom: 54px;
    }

    .recJob_btn {
        width: 120px;
        font-size: 12px;
        line-height: 30px;
    }

    .popItem .contents p {
        font-size: 13px;
    }
}

/* å¼¹çª— */
@media (max-width: 1024px) {
    .popItem {
        width: 80%;
        height: 66%;
        min-height: 420px;
        left: 10%;
        top: 14%;
        margin: 0;
    }

    .popItem .contents {
        height: 76%;
    }

    .popItem .popTit span {
        font-size: 28px;
        line-height: 1.8;
    }
}

@media (max-width: 768px) {
    .popItem .popTit {
        padding-bottom: 10px;
    }

    .popItem .popTit span {
        font-size: 24px;
    }

    .popItem .popCls {
        width: 24px;
        top: -30px;
        right: -30px;
    }

    /* æ»šåŠ¨æ¡ */
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
        height: 86px;
    }
}

@media (max-width: 680px) {
    .popItem {
        padding: 0 32px;
    }

    .popItem .popTit span {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .popItem {
        width: 90%;
        left: 5%;
        padding: 0 20px;
        line-height: 24px;
        font-size: 13px;
    }

    .popItem .popTit {
        padding: 28px 0 6px;
    }

    .popItem .popTit span {
        font-size: 18px;
        font-weight: bold;
    }

    .popItem .contents {
        padding: 16px 8px;
    }

    .popItem .popCls {
        width: 20px;
        top: -28px;
        right: -8px;
    }

    /* æ»šåŠ¨æ¡ */
    .mCSB_inside&gt;.mCSB_container {
        margin-right: 16px;
    }
}

/*==========================================
    contact
============================================================================================ */
.mainWidth {
    max-width: 1200px;
    margin: 0 auto;
}

.mainTit {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.mainTit i {
    font-size: 128px;
    font-weight: bold;
    color: #8fbf3a;
    opacity: 0.05;
    font-style: normal;
    text-transform: uppercase;
}

.mainTit_div {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.mainTit_div b {
    font-size: 44px;
    color: #404040;
    line-height: 48px;
    position: relative;
}

.mainTit_div b::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #1F368F;
    border-radius: 50%;
    right: -10px;
    bottom: 4px;
}

.mainTit_div span {
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.contact {
    width: 100%;
    overflow: hidden;
}

.conMess {
    padding: 89px 0 0;
    background: url(http://www.demayr.cn/templates/default/css/images/conBg.jpg) center;
}

.conMess_ico {
    text-align: center;
    margin: 66px 0 0;
    position: relative;
    z-index: 99;
}

.conMess_ico&gt;div {
    display: inline-block;
    position: relative;
}

.conMess_ico&gt;div::before {
    content: "";
    position: absolute;
    top: 18px;
    left: -188px;
    width: 200px;
    height: 1px;
    background: #1F368F;
}

.conMess_ico&gt;div::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -188px;
    width: 200px;
    height: 1px;
    background: #1F368F;
}

.conMess_ico a {
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 12px;
    padding: 6px;
    position: relative;
    border: 1px solid #1F368F;
}


.conMess_ico a&gt;img {
    width: 100%;
}

.conMess_icoEwm {
    display: none;
    position: absolute;
    top: 38px;
    left: -40px;
    width: 108px;
    z-index: 99999;
    background: #fff;
    padding: 3px;
    box-shadow: 0 0 10px 1px #eee;
}

.conMess_icoEwm img {
    width: 100%;
}

.conMess_box {
    position: relative;
    top: 102px;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    padding: 46px 0;
    box-shadow: 0 0 28px 8px rgba(153, 153, 153, 0.21);
}
.conMess_box ul{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.conMess_box li {
    float: left;
    width: 33.33%;
    padding: 26px 40px;
    border-right: 1px solid #eee;
}

.conMess_box li:nth-child(3n) {
    border: 0;
}

.conMess_box li p {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 28px;
    line-height: 2;
    font-size: 15px;
}
.conMess_box li.other
{
    padding-top: 15px
}
.conMess_box li.other p img{
    width: 100%;
    max-width: 108px;
}
.conMess_box li.other span
{
    max-width: 108px;
    text-align: center;
    margin-top: 6px;

}
.conMess_box li span {
    display: block;
    color: #666;
    line-height: 1;
    font-size: 14px;
}

.conMap {
    position: relative;
}

.conMap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

#allmap {
    height: 560px;
    width: 100%;
    margin: 0 auto;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}

.BMap_mask {
    position: relative;
    z-index: 12;
}

@media (max-width: 1440px) {
    .innerWrap {
        width: 90%;
    }
}

@media (max-width: 1280px) {
    .conMess_box {
        padding: 40px 0;
        top: 90px;
    }

    .conMess_box li p {
        min-height: 68px;
        line-height: 1.6;
        padding-left: 45px;
    }

    .conMess_box li span {
        margin-bottom: 6px;
    }


    .conMess_box li {
        padding: 24px 32px 10px;
    }



    .conMess_ico {
        margin: 42px 0 0;
    }

    #allmap {
        height: 500px;
    }

}

@media (max-width: 1024px) {
    .conMess_box {
        padding: 10px 32px 20px;
    }

    .conMess_box li {
        width: 50%;
        border: 0;
        border-bottom: 1px solid #eee !important;
        padding: 28px 14px;
    }
    .conMess_box li.other p span,
    .conMess_box li.other p img{
        max-width: 80px;
    }
    .conMess_box li.other p span
    {
        font-size: 12px;
    }
    .conMess_box li p {
        min-height: 10px;
    }

    #allmap {
        height: 420px;
    }

}

@media (max-width: 900px) {
    .conMess {
        padding: 48px 0 0;
    }

    .conMess_ico&gt;div::before {
        width: 168px;
        left: -156px;
    }

    .conMess_ico&gt;div::after {
        width: 168px;
        right: -156px;

    }

    .conMess_box li {
        padding: 28px 14px 14px;
    }

    .conMess_box li p {
        min-height: 68px;
    }
}

@media (max-width: 680px) {
    .conMess {
        padding: 32px 0 0;
    }

    .conMess_ico {
        width: 90%;
        margin: 0 auto;
    }

    .conMess_ico&gt;div::before {
        width: 120px;
        left: -109px;
    }

    .conMess_ico&gt;div::after {
        width: 120px;
        right: -109px;
    }

    .conMess_ico a {
        width: 36px;
        height: 36px;
        margin: 0 10px;
    }

    .conMess_box {
        top: 60px;
    }

    .conMess_box li {
        width: 100%;
        float: none;
        padding: 24px 16px 16px;
    }

    .conMess_box li p {
        min-height: 10px;
        background-size: 24px;
    }

    #allmap {
        height: 380px;
    }
}

@media (max-width: 480px) {
    .conMess_ico {
        width: 80%;
        margin: 32px auto 0;
    }

    .conMess_ico a {
        width: 32px;
        height: 32px;
        margin: 0 5px;
        padding: 5px 6px;
    }

    .conMess_ico&gt;div::before,
    .conMess_ico&gt;div::after {
        top: 15px;
    }

    .conMess_ico&gt;div::before {
        width: 80px;
        left: -75px;
    }

    .conMess_ico&gt;div::after {
        width: 88px;
        right: -82px;
    }

    .conMess_box {
        top: 40px;
        padding: 10px 16px 20px;
    }

    .conMess_box li {
        padding: 20px 14px 10px;
    }

    .conMess_box li p {
        background-size: 22px;
        padding-left: 36px;
    }

    #allmap {
        height: 300px;
    }
}

/* 2 */
.conInline {
    padding: 68px 0;
    background: #f5f5f5;
    text-align: center;
    margin: 0;
}

.conInline h1 {
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "PingFang SC";
    color: #1f368f;
}

.conInline_form form {
    overflow: hidden;
    max-width: 1200px;
    margin: 38px auto 0;
}

.conInline_form form&gt;div {
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 14px;
}

.conInline_form div:nth-child(2n) {
    margin-right: 0;
}

.conInline_form .conInline_txt {
    width: 100%;
}

.conInline_form .conInline_btn {
    text-align: center;
    float: none;
    width: 100%;
}

.conInline_btn a {
    display: inline-block;
    padding: 12px 60px;
    margin: 24px 10px 0;
    background: #fff;
}

.conInline_btn a:last-child {
    background: #d9271b;
    color: #fff;
}

.conInline_form div label {
    color: #7b7b7b;
    margin: 0 0 8px 6px;
    display: block;
}

.conInline_form input {
    width: 100%;
    border: 0;
    line-height: 48px;
    height: 48px;
    background: #fff;
    padding-left: 12px;
    font-size: 13px;
    color: #333;
}

.conInline_form textarea {
    width: 100%;
    background: #fff;
    border: 0;
    padding: 10px 0 0 10px;
    color: #333;
    height: 200px;
}

@media screen and (max-width: 1200px) {
    .conInline_form form {
        width: 88%;
        margin: 0 auto;
    }

}

@media screen and (max-width: 768px) {
    .conInline_form form&gt;div {
        width: 100%;
        margin-right: 0;
        margin: 10px;
    }

    .conInline_form .c-button-basic__label {
        padding: 7px 40px;
        font-size: 15px;
    }

    .conInline_form .c-outline-box__btn {
        margin: 15px 3px 0;
    }

    .conInline h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 486px) {
    .conInline {
        padding: 48px 0;
    }

    .conInline_form input {
        line-height: 42px;
        height: 42px;
    }

    .conInline_form div label {
        font-size: 13px;
    }

    .conInline_form textarea {
        height: 128px;
    }

    .conInline_btn a {
        padding: 10px 48px;
        margin: 12px 10px 0;
    }

    .conInline h1 {
        font-size: 28px;
    }
}</pre></body></html>